Skip to content

Conversation

@csillag
Copy link
Collaborator

@csillag csillag commented Jan 13, 2026

Automatic upgrade (using yarn nlx storybook@latest upgrade ) seems to have worked.

Storybook still runs fine.

@csillag csillag force-pushed the csillag/update-storybook branch from f9baae5 to 36b1fa0 Compare January 13, 2026 12:59
@github-actions
Copy link

github-actions bot commented Jan 13, 2026

Deployed to Cloudflare Pages

Latest commit: ce44ca7a73fc7bf9a1e8f67ca1ff18ff59c6377a
Status:✅ Deploy successful!
Preview URL: https://8921974a.oasis-ui.pages.dev
Alias: https://pr-101.oasis-ui.pages.dev

@csillag csillag force-pushed the csillag/update-storybook branch from 0ac5fe4 to ce44ca7 Compare January 14, 2026 11:45
Copy link
Collaborator

@lubej lubej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following import is deprecated:
import { Meta } from '@storybook/addon-docs/blocks'
Should be:
import { Meta } from '@storybook/blocks'

This PR looks good to me, v10 didn't seem to introduce any breaking changes(https://storybook.js.org/docs/releases/migration-guide)

@csillag
Copy link
Collaborator Author

csillag commented Jan 19, 2026

The following import is deprecated:
import { Meta } from '@storybook/addon-docs/blocks'
Should be:
import { Meta } from '@storybook/blocks'

According to my tests (with storybook v10.1.11), the proposed new format doesn't seem to work:

■ Vite Internal server error: Failed to resolve import "@storybook/blocks"
│ from "src/stories/Configure.mdx". Does the file exist?

So I guess this will need to be updated later, when some more updates land. For now, I'm merging this as it is.

@csillag csillag merged commit 06a75b1 into master Jan 19, 2026
4 checks passed
@csillag csillag deleted the csillag/update-storybook branch January 19, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants